home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Logiciels PC Special 3
/
Logiciel PC - Hors-Serie 3.iso
/
Logs
/
micros
/
ql
/
outils
/
qltoolsq
/
source
/
docs
/
viewall.sh
< prev
Wrap
Text File
|
1995-09-21
|
176b
|
16 lines
# Please personalize this script for your system
DEV=/dev/fd0H720
for i in `qltools $DEV -s`
do
echo -n $i:
read yn
if [ $yn = y ]
then
qtool $DEV $i | more
fi
done